By default, a new vault has no custom event procedures. Only the built-in Meridian functionality will execute when events occur. All custom procedures (other than event procedures) and functions are listed in the General category and do not react directly to events. If you write a procedure or function that is to be called from within one of the event procedures, it will be listed in the General category.
Many of the parameters of the Meridian event procedures are objects. You can view all of the Meridian objects and their methods and properties with the Object Browser of the Meridian Enterprise Script Editor. Some of the Meridian event procedures accept as parameters one or more predefined Meridian constants. The available Meridian constants can also be found in the Object Browser in the Meridian Enterprise Script Editor.
To create or edit an event procedure:
Related concepts
Understanding Meridian event procedures
Understanding the names of events
Understanding the order of events
Related information